home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Leser 19 / Amiga Plus Leser CD 19.iso / Tools / Development / source-highlight-1.6.1 / Doc / NEWS < prev    next >
Text File  |  2002-11-17  |  6KB  |  144 lines

  1. source-highlight -- History of visible changes.
  2.  
  3. Copyright (C) 1999, 2000, 2001, 2002 Lorenzo Bettini <bettini@gnu.org>
  4. See the end for copying conditions.
  5.  
  6. Please send source-highlight bug reports to bug-source-highlight@gnu.org
  7.  
  8. Version 1.6.1
  9.  
  10.    * fixed a bug in the configure phase that used to make the compilation
  11.      fail with compilers not providing the function getop_long
  12.      (reported by Horacio Montenegro <horaciom@unicamp.br>).
  13.  
  14. Version 1.6
  15.  
  16.    * scanners for flex and ChangeLog added by John Millaway <millaway@acm.org>
  17.    * default to stdout when no --output is given along with the -i option
  18.      and when --output="STDOUT" (as suggested by Hugh S. Myers, 
  19.      <hsmyers@sdragons.com>)
  20.    * fixed a problem with string comments in Python scanner
  21.    * a separate executable is built, source-highlight-cgi, that can be
  22.      used as a CGI program
  23.  
  24. Version 1.5.1
  25.  
  26.    * xhtml doctype generated correctly (thanks to Christian W. Zuckschwerdt
  27.      <zany@triq.net> and Josh Ghiloni <josh@joshghiloni.net>) reported
  28.      by Martin Gebert <Murphy.Gebert@gmx.de>
  29.    * Anonymous CVS Access is now available
  30.      http://savannah.gnu.org/projects/src-highlite
  31.  
  32. Version 1.5
  33.  
  34.    * xhtml output format is now handled (thanks to Christian W. Zuckschwerdt
  35.      <zany@triq.net> and Josh Ghiloni <josh@joshghiloni.net>)
  36.    * assert is now recognized as a Java keyword (thanks to Fabio Calefato
  37.      <calefato@libero.it>)
  38.    * a scanner for Python has been written by Martin Gebert
  39.      <Murphy.Gebert@gmx.de>.
  40.    * when in Php3 strings can span more than one lines and line numbers are
  41.      correctly formatted.
  42.  
  43. Version 1.4
  44.  
  45.    * fixed compilation error with some compilers due to headers istream.h
  46.      and ostream.h (thanks to Dan barthel <dbarthel@mac.com>)
  47.    * a scanner for Php3 has been written by Alain Barbet
  48.      <alian@alianwebserver.com>
  49.    * reading from stdin does not kill line numbers (notified by Keith
  50.      Robertson <keithr@nortelnetworks.com>)
  51.    * line number count is correctly reset when handling multiple files (bug
  52.      fixed)
  53.    * for Java sources, if, while, and other keywords that use '(' ')' are
  54.      now correctly highlighted as keywords instead of as functions (reported
  55.      by Manuel Kauers <manuel@kauers.de> and Fabio Calefato
  56.      <calefato@libero.it>)
  57.    * tabs are correctly handled for Prolog and Perl sources (reported by
  58.      Martin Gebert <Murphy.Gebert@gmx.de>)
  59.  
  60. Version 1.3
  61.  
  62.    * now there is only one program, namely source-highlight, that accepts a
  63.      command line option, --src-lang or -s, specifying the source language
  64.      (for the moment java, cpp and prolog).  Previous programs, java2html
  65.      and cpp2html are provided as shell scripts, just for compatibility, but
  66.      their use is not advised.
  67.    * --out-format, -f, command line option added for specifying the output
  68.      format (for the moment only html is accepted).  Though only html is
  69.      handled, this option is required.
  70.    * a scanner for Prolog has been written by Martin Gebert
  71.      <Murphy.Gebert@gmx.de>.  This scanner is still to be considered beta,
  72.      and actually it was written for Visual Prolog, so it should be tested
  73.      against other Prolog dialects.
  74.    * a scanner for Perl has been written by Alain Barbet
  75.      <alian@alianwebserver.com>
  76.    * Correctly check whether it is possible to write to a file (notified by
  77.      Martin)
  78.    * --tab option is correctly handled even for C/C++ files (bug fixed,
  79.      notified by Martin)
  80.    * Added option --line-number (-n) in order to print line numbers (as
  81.      suggested by Ed Scott and Andre Charbonneau).
  82.    * Man page added.
  83.  
  84. Version 1.2.1
  85.  
  86.    * Fixed a problem of compilation for gcc 3.0 (thanks to Alexios Zavras
  87.      <zvr@pobox.com> and Bruno Schweizer <bruno@smda.medizin.uni-ulm.de>)
  88.    * much more recent versions of getopt.h, getopt.c, getopt1.c are provided
  89.      (the previous ones were very very old!), that do not rely on alloca
  90.      anymore.
  91.  
  92. Version 1.2
  93.  
  94.    * Added normal text decoration (specify "normal" in tags.j2h) (suggested
  95.      by Bernie Boudet <bboudet@bigfoot.com>).
  96.    * fixed a bug for multiple input files (notified by Christian Paulsen
  97.      <christian.paulsen@sdrc.com>)
  98.  
  99. Version 1.1
  100.  
  101.    * Included some standard headers; otherwise gcc 2.96 didn't compile
  102.      (thanks to Arto Viitanen <av@cs.uta.fi>).
  103.    * fixed bug (seg.fault) with foreign character, such as ü (thanks to
  104.      Martin Gebert <Murphy.Gebert@gmx.de>).
  105.    * --output-dir added to specify the output directory.
  106.    * --enable-input-chroot configure option to hardcode the path to prepend
  107.      for input files (useful when the programs are built for CGI, as
  108.      suggested by Robert Wetzel <rw8@mail.inf.tu-dresden.de>).
  109.  
  110. Version 1.0
  111.  
  112.    * This is the first release of source-highlight, but it includes already
  113.      existing programs (cpp2html and java2html), so the changes are related
  114.      to these programs.
  115.    * CGI support enabled (thanks to Robert Wetzel
  116.      <rw8@mail.inf.tu-dresden.de>); I haven't tested it personally yet, so
  117.      you may ask him directly.
  118.    * newline handled correctly according to HTML specifications (again
  119.      thanks to Robert Wetzel).
  120.    * Added preprocessor highlighting [preproc], symbol (+,-,^, etc.)
  121.      highlighting [symbol], curly bracket highlighting [cbracket], function
  122.      highlighting [function] (thanks to Geurt Vos <geurt@xosl.org>).
  123.    * for tags.j2h, added support to enter direct RGB color values (#rrggbb)
  124.      and colors teal, gray, and darkblue added (thanks to Geurt Vos
  125.      <geurt@xosl.org>).
  126.    * green, darkgreen and brightgreen handled correctly (thanks to Martin
  127.      Gebert <Murphy.Gebert@gmx.de>).
  128.  
  129. -------------------------------------------------------
  130. Copying information:
  131.  
  132. Copyright (C) 1999, 2000, 2001 Lorenzo Bettini <bettini@gnu.org>
  133.  
  134.    Permission is granted to anyone to make or distribute verbatim copies
  135.    of this document as received, in any medium, provided that the
  136.    copyright notice and this permission notice are preserved,
  137.    thus giving the recipient permission to redistribute in turn.
  138.  
  139.    Permission is granted to distribute modified versions
  140.    of this document, or of portions of it,
  141.    under the above conditions, provided also that they
  142.    carry prominent notices stating who last changed them.
  143.  
  144.